From 2f9e1ea5dd17bf3815727b541a381fad5aca2ca9 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 21 Apr 2009 06:46:27 +0000 Subject: [PATCH] (font_load_for_lface): Cancel previous change. --- src/font.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/font.c b/src/font.c index d3ebbf54f14..c9f8b3e2d82 100644 --- a/src/font.c +++ b/src/font.c @@ -3437,8 +3437,7 @@ font_load_for_lface (f, attrs, spec) { Lisp_Object entity; - /* We assume that a font that supports 'A' supports ASCII chars. */ - entity = font_find_for_lface (f, attrs, spec, 'A'); + entity = font_find_for_lface (f, attrs, spec, -1); if (NILP (entity)) { /* No font is listed for SPEC, but each font-backend may have -- 2.30.2